home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-10 | 337 b | 15 lines | [TEXT/MPS ] |
- #
- # MPW Shell UserStartup script for Macintosh MPW Icon
- #
-
- Set Icon "{MPW}Icon:"
- Set IPath "{Icon}icode:"
- Export Icon IPath
- If "{Commands}" !~ /≈{Icon}≈/
- Set Commands "{Commands},{Icon}"
- End
- Alias ic 'icont -s'
- Alias ihelp 'Help -f "{Icon}Icon.help"'
- Alias tron 'set TRACE -1 ; export TRACE'
- Alias trof 'unset TRACE ; unexport TRACE'
-